home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / tcprogud.sit / TC Prog Guide / card_54204.txt < prev    next >
Text File  |  1991-02-27  |  900b  |  21 lines

  1. -- card: 54204 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4755
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 4
  9. ----- text -----
  10. By convention header files use the extension '.h' rather than the '.c' extension for C source files.  While header files may contain any legal C code, it is good practice to limit this code to variable and function declarations and preprocessor directives.  If an external variable is defined (allocated) or a complete function definition is given,
  11. then errors may occur when the overall program is linked (i.e., when the compiled source files and the standard function libraries are combined into an executable application).  The reason is that the header may need to be #included into several source files, leading to multiple definitions for the same variable or function.
  12.  
  13.  
  14.  
  15.  
  16.  
  17.   
  18.  
  19. -- part contents for background part 7
  20. ----- text -----
  21. 176